C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / CaseSensitiveSearch Property

In This Topic
CaseSensitiveSearch Property (AutoCompleteBase<T>)
In This Topic
Gets or sets a value that determines whether searches performed while the user types should case-sensitive.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property CaseSensitiveSearch As Boolean
 
See Also